home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Especiais / Hotdog 5.5 / hotdog55install.exe / %MAINDIR% / HotDog5.exe / 0 / RCDATA / TFRMCRASH / TFRMCRASH.txt
Encoding:
Text File  |  1999-04-29  |  3.0 KB  |  152 lines

  1. object frmCrash: TfrmCrash
  2.   Left = 387
  3.   Top = 269
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Error Closing HotDog'
  7.   ClientHeight = 248
  8.   ClientWidth = 359
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Pitch = fpVariable
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object pnlCrash: TPanel
  24.     Left = 0
  25.     Top = 0
  26.     Width = 359
  27.     Height = 212
  28.     Align = alClient
  29.     TabOrder = 1
  30.     object lblNORover: TLabel
  31.       Left = 11
  32.       Top = 78
  33.       Width = 339
  34.       Height = 31
  35.       AutoSize = False
  36.       Caption = 'lblNORover'
  37.       WordWrap = True
  38.     end
  39.     object lblCaption: TLabel
  40.       Left = 12
  41.       Top = 8
  42.       Width = 334
  43.       Height = 65
  44.       AutoSize = False
  45.       Caption = 'lblCaption'
  46.       WordWrap = True
  47.     end
  48.     object lblShow: TLabel
  49.       Left = 13
  50.       Top = 72
  51.       Width = 338
  52.       Height = 26
  53.       AutoSize = False
  54.       Caption = 'lblShow'
  55.       WordWrap = True
  56.     end
  57.     object lblRestart: TLabel
  58.       Left = 10
  59.       Top = 187
  60.       Width = 46
  61.       Height = 13
  62.       Caption = 'lblRestart'
  63.     end
  64.     object groupRover: TGroupBox
  65.       Left = 8
  66.       Top = 111
  67.       Width = 344
  68.       Height = 62
  69.       Caption = '                                       '
  70.       TabOrder = 2
  71.       object Label1: TLabel
  72.         Left = 58
  73.         Top = 32
  74.         Width = 18
  75.         Height = 13
  76.         Caption = 'Use'
  77.       end
  78.       object Label72: TLabel
  79.         Left = 249
  80.         Top = 32
  81.         Width = 48
  82.         Height = 13
  83.         Caption = 'as ROVER'
  84.       end
  85.       object cmbROVER: TComboBox
  86.         Left = 91
  87.         Top = 27
  88.         Width = 145
  89.         Height = 21
  90.         Style = csDropDownList
  91.         ItemHeight = 13
  92.         TabOrder = 0
  93.       end
  94.     end
  95.     object btnShowVideo: TButton
  96.       Left = 105
  97.       Top = 138
  98.       Width = 135
  99.       Height = 25
  100.       Caption = '&Display Video Driver Help'
  101.       TabOrder = 0
  102.       OnClick = btnShowVideoClick
  103.     end
  104.     object chkLowMem: TCheckBox
  105.       Left = 24
  106.       Top = 108
  107.       Width = 105
  108.       Height = 20
  109.       Caption = 'ROVER is &enabled'
  110.       TabOrder = 1
  111.       OnClick = chkLowMemClick
  112.     end
  113.   end
  114.   object Panel1: TPanel
  115.     Left = 0
  116.     Top = 212
  117.     Width = 359
  118.     Height = 36
  119.     Align = alBottom
  120.     TabOrder = 0
  121.     object butCancel: TButton
  122.       Left = 279
  123.       Top = 7
  124.       Width = 75
  125.       Height = 25
  126.       Cancel = True
  127.       Caption = '&Cancel'
  128.       ModalResult = 2
  129.       TabOrder = 1
  130.     end
  131.     object butOK: TButton
  132.       Left = 197
  133.       Top = 7
  134.       Width = 75
  135.       Height = 25
  136.       Caption = '&OK'
  137.       Default = True
  138.       ModalResult = 1
  139.       TabOrder = 0
  140.     end
  141.     object chkShow: TCheckBox
  142.       Left = 7
  143.       Top = 11
  144.       Width = 179
  145.       Height = 17
  146.       HelpContext = 180
  147.       Caption = '&Don'#39't show me this screen again.'
  148.       TabOrder = 2
  149.     end
  150.   end
  151. end
  152.